Overload | Description |
---|---|
AttachAggregationView<TResult>(Object,Func<View<T>,AggregationView<T,TResult>>) | Includes an aggregation subquery into the incremental maintenance mechanism of a view and uniquely identifies it among other subqueries of the same view. |
AttachAggregationView<TResult>(Func<View<T>,AggregationView<T,TResult>>) | Includes an aggregation subquery into the incremental maintenance mechanism of a view. |